fs/xfs: Ensuring failing to mount sets a grub_errno
authorB Horn <b@horn.uk>
Sun, 12 May 2024 05:03:58 +0000 (06:03 +0100)
committerMiao Wang <shankerwangmiao@gmail.com>
Sun, 15 Feb 2026 13:50:20 +0000 (13:50 +0000)
commit9a5a692ae891aa42c0a75117eee196741a7d1e62
treef75a6f6cc44d87169e15b05712334d8aba24d6b0
parent40cfc7bfbe7675ed41c024b3d7d7556a0f17fe70
fs/xfs: Ensuring failing to mount sets a grub_errno

It was previously possible for grub_xfs_mount() to return NULL without
setting grub_errno if the XFS version was invalid. This resulted in it
being possible for grub_dl_unref() to be called twice allowing the XFS
module to be unloaded while there were still references to it.

Fixing this problem in general by ensuring a grub_errno is set if the
fail label is reached.

Reported-by: B Horn <b@horn.uk>
Signed-off-by: B Horn <b@horn.uk>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Gbp-Pq: Topic cve-2025-jan
Gbp-Pq: Name fs-xfs-Ensuring-failing-to-mount-sets-a-grub_errno.patch
grub-core/fs/xfs.c